-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge FEGA related components from pipeline into SDA #249
Conversation
09e72c3
to
e44fee8
Compare
3cb0959
to
ca7f269
Compare
Could you elaborate a bit on how these reflect on the commits of the PR?
also why is this needed?
This could maybe benefit from being an epic or at least multiple PRs but it's a bit late now :) I was also expecting a whole different thing from the title of the ticket. Are we archiving the sda-pipeline repo after this? Would that mean that we're not keeping any history of the merged repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backup is merged with finalize in order to simplify the message flow.
so the finalize
service also performs the backup if a backup storage is configured, do i understand this correctly ?
seems to also include the sftp
backup type which i assume is for mirroring
When deploying shall we set up one or more finalize
services, each doing different functionalities ? i assume one (maybe 2 for mirroring use case ?), but want to be sure
shall we include this in the description and maybe adjust finalize.md
?
Precisely, the merge is primarily because there is no dedicated
This PR is targeted at the FEGA usecase and as such
Yes the readme needs to be updated. |
Static tests usually use mocked backeds, but mocking an MQ backend is all but impossible. Even the libray repo uses live backends in their tests.
How to deal with the history was solved when this repo was created, and all standalone |
Also unsure if I understand why sda-pipeline still remains with migrated contents here, |
Not every component is migrated yet and until that the old folder will still be around. |
They will be sent to `error`
Use `syscall.sigint` instead of log fatal during startup
a3761a0
to
8d32124
Compare
Will split into separate parts. |
This merges the components needed for a federated setup from
sda-pipeline
intosda
i.e. finalize, ingest, intercept, mapper, verify.sda-pipeline
folder.related to #14